projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f8674
)
(unload-feature): Ignore conses in the feature-symbols.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 07:29:39 +0000
(07:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 07:29:39 +0000
(07:29 +0000)
lisp/loadhist.el
patch
|
blob
|
history
diff --git
a/lisp/loadhist.el
b/lisp/loadhist.el
index 11c6b1e417831e3ae605fd098073a3d6726c7993..8f29c5a8a71a05d7177131122eff7c69ad4063d3 100644
(file)
--- a/
lisp/loadhist.el
+++ b/
lisp/loadhist.el
@@
-99,6
+99,7
@@
is nil, raise an error."
(mapcar
(function (lambda (x)
(cond ((stringp x) nil)
+ ((consp x) nil)
((boundp x) (makunbound x))
((fboundp x)
(fmakunbound x)